Skip to content

DOC: document threading.max_workers config option#3852

Merged
d-v-b merged 3 commits intozarr-developers:mainfrom
nuglifeleoji:doc/threading-max-workers-docs
Apr 5, 2026
Merged

DOC: document threading.max_workers config option#3852
d-v-b merged 3 commits intozarr-developers:mainfrom
nuglifeleoji:doc/threading-max-workers-docs

Conversation

@nuglifeleoji
Copy link
Copy Markdown
Contributor

Closes #3492.

threading.max_workers controls the size of the ThreadPoolExecutor Zarr uses internally to bridge sync callers to async code, but it wasn't documented anywhere on its own. Added a short section to the performance guide explaining what the option does, its default value, and when you'd want to change it.

Made with Cursor

@d-v-b d-v-b enabled auto-merge (squash) April 5, 2026 05:37
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.91%. Comparing base (8f14d67) to head (bb7befc).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3852   +/-   ##
=======================================
  Coverage   92.91%   92.91%           
=======================================
  Files          86       86           
  Lines       10707    10707           
=======================================
  Hits         9948     9948           
  Misses        759      759           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@d-v-b d-v-b merged commit 325439a into zarr-developers:main Apr 5, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOC: Add documentation for threading.max_workers config

2 participants